CyberStore Return Web Service
MethodGetCustomerReturnsByDateRange
CyberStore Return Web Service > All Operations Resource Group : GetCustomerReturnsByDateRange (Method)
Description
Query for retrieving a list of returns on the Shopper's customer account of context by date range.
Request (GetCustomerReturnsByDateRangeSoapIn)

The request body is of type GetCustomerReturnsByDateRange.

Request Body Parameters

NameDescriptionData Type
 xml:string
 xml:string
200 Response (GetCustomerReturnsByDateRangeSoapOut)

The response body is of type GetCustomerReturnsByDateRangeResponse.

Response Body Parameters

NameDescriptionData Type

A string value containing a JSON object.

{
    "Data": {
        "Returns": [{
            "RmaNumber": "000000000001149",
            "Customer": "000000000000013",
            "CustomerName": "Out of Africa",
            "StatusText": "Open RMA",
            "UserField1": "",
            "Branch": "10",
            "CustomerClass": "A",
            "Area": "S",
            "EntryDate": "10/09/2022",
            "Currency": "$",
            "NextLine": "0002",
            "Status": "1",
            "SpecialInstrs": "",
            "AlternateKey": "",
            "OrderType": ""
        }, {
            "RmaNumber": "000000000001150",
            "Customer": "000000000000013",
            "CustomerName": "Out of Africa",
            "StatusText": "Open RMA",
            "UserField1": "",
            "Branch": "10",
            "CustomerClass": "A",
            "Area": "S",
            "EntryDate": "10/09/2022",
            "Currency": "$",
            "NextLine": "0002",
            "Status": "1",
            "SpecialInstrs": "",
            "AlternateKey": "",
            "OrderType": ""
        }, {
            "RmaNumber": "000000000001151",
            "Customer": "000000000000013",
            "CustomerName": "Out of Africa",
            "StatusText": "Open RMA",
            "UserField1": "",
            "Branch": "10",
            "CustomerClass": "A",
            "Area": "S",
            "EntryDate": "10/09/2022",
            "Currency": "$",
            "NextLine": "0002",
            "Status": "1",
            "SpecialInstrs": "",
            "AlternateKey": "",
            "OrderType": ""
        }, {
            "RmaNumber": "000000000001152",
            "Customer": "000000000000013",
            "CustomerName": "Out of Africa",
            "StatusText": "Open RMA",
            "UserField1": "",
            "Branch": "10",
            "CustomerClass": "A",
            "Area": "S",
            "EntryDate": "10/10/2022",
            "Currency": "$",
            "NextLine": "0002",
            "Status": "1",
            "SpecialInstrs": "",
            "AlternateKey": "",
            "OrderType": ""
        }]
    },
    "LookupData": {},
    "Result": {
        "Success": true,
        "Message": "The request found 4 return results.",
        "ElapsedTime": "944 ms"
    }
}

 

xml:string
See Also
All Operations Resource GroupCyberStore Return Web Service